Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing application start up issue. #340

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SarangRatnalikar
Copy link

Problem:

ERROR launching JD-GUI
No suitable Java version found on your system!
This program requires Java 1.8+ 
Make sure you install the required Java version.

Solution:
I recently found that due to this '+' char at end in settings, application is not able to find Java 1.8 even it is present in Mac OS. As java -verison command out put is as below,

sarang@Sarangs-MacBook-Pro:~$ java -version
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)

Problem:
```
ERROR launching JD-GUI
No suitable Java version found on your system!
This program requires Java 1.8+ 
Make sure you install the required Java version.
```

Solution:
I recently found that due to this '+' application is not able to find Java 1.8 even it is present in Mac OS. As `java -vesrison` command out put is as below,
```
sarang@Sarangs-MacBook-Pro:~$ java -version
java version "1.8.0_261"
Java(TM) SE Runtime Environment (build 1.8.0_261-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.261-b12, mixed mode)
```
@nuriofernandez
Copy link

Linking #332

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants